/* body {
  background-color: #f8f8f8;
} */

.header {
    min-height: 500px;
}

/* 轮播图、公告 start */
#banner {
    z-index: 9;
}
#banner .banner-img {
    width: 100%;
    height: auto;
}

.el-carousel__indicators--horizontal {
    bottom: 60px !important;
}

.notice-content {
    font-size: 16px;
    color: #3a3939;
    z-index: 11;
    height: 95px;
    width: 100%;
    min-width: 1000px;
    max-width: 1200px;
    position: absolute;
    bottom: -47.5px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 2px 4px 0px rgba(42, 113, 255, 0.08);
}
.notice-content div {
    cursor: pointer;
}
.notice-content .title-hover:hover {
    color: #2A71FF;
}
/* 轮播图、公告 end */

/* container-one start */
.container-one {
    padding: 120px 0;
    margin-top: 20px;
}

.container-one .img-ecosystem {
    width: 846px;
    margin: 40px 0 50px;
}

.container-one .cards {
    display: flex;
    justify-content: space-around;
    height: 200px;
}

.container-one .cards .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    width: 220px;
}

.container-one .cards .logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 146px;
    height: 146px;
    line-height: 146px;
    border-radius: 60px;
    box-shadow: 0px 3px 6px 0px rgba(47, 105, 242, 0.16);
}

.container-one .cards .logo-box1 {
    background: linear-gradient(135deg, #9beaff, #51a0fb);
}

.container-one .cards .logo-box2 {
    background: linear-gradient(136deg, #ffe397, #fea062 98%);
}

.container-one .cards .logo-box3 {
    background: linear-gradient(135deg, #91abff, #a86eff);
}

.container-one .cards .logo-box4 {
    background: linear-gradient(135deg, #2effdc, #29cca5);
}

.container-one .cards .logo-box5 {
    background: linear-gradient(135deg, #ffaacf, #f14373);
}

.container-one .cards .logo {
    width: 70px;
    height: 70px;
}

.container-one .cards .label {
    color: #3a3939;
    font-size: 16px;
    margin-top: 30px;
}

.container-one .card-detail {
    /* position: absolute;
    top: 0; */
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0px rgba(47, 105, 242, 0.16);
    height: 290px;
}

.container-one .card-detail .title {
    /* background: linear-gradient(136deg, #9beaff, #51a0fb 98%); */
    border-radius: 10px 10px 0px 0px;
    width: calc(100% - 28px);
    padding: 20px 14px;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
}

.container-one .card-detail .content {
    width: calc(100% - 34px);
    padding: 20px 17px;
    text-align: left;
    font-size: 14px;
    color: #848484;
    line-height: 24px;
    /* height: 187px; */
}
/* .container-one .card-detail .content div {
    margin-bottom: 5px;
} */
/* container-one end */

/* container-two start */
.container-two-bg {
    background-image: url(../images/index/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 120px;
}

.container-two .cards {
    display: flex;
    justify-content: space-around;
}

.container-two .cards1 {
    margin-top: 128px;
}

.container-two .cards .card {
    width: 270px;
    height: 320px;
    text-align: center;
    margin: 0 20px 40px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0px rgba(47, 105, 242, 0.16);
}

.container-two .cards .logo-box {
    padding: 30px;
    border-radius: 10px 10px 0 0;
}

.container-two .cards .logo-box1 {
    background: linear-gradient(132deg, #72c2ff, #4e78ff 96%);
}

.container-two .cards .logo-box2 {
    background: linear-gradient(135deg, #ea92ff, #7453ff);
}

.container-two .cards .logo-box3 {
    background: linear-gradient(132deg, #8bcdff, #0ad5ba 96%);
}

.container-two .cards .logo-box4 {
    background: linear-gradient(135deg, #ff92d0, #ff5353);
}

.container-two .cards .logo-box5 {
    background: linear-gradient(132deg, #92c9ff, #8053ff 96%);
}

.container-two .cards .logo-box6 {
    background: linear-gradient(132deg, #92fbff, #4690ff 96%);
}

.container-two .cards .logo-box7 {
    background: linear-gradient(135deg, #ffd792, #ff67b3);
}

.container-two .cards .logo-box8 {
    background: linear-gradient(132deg, #c480ff, #57a5ff 96%);
}

.container-two .cards .logo {
    width: 98px;
    height: 98px;
}

.container-two .cards .card-content {
    padding: 30px;
}

.container-two .card-content .label {
    font-size: 20px;
}

.container-two .card-content .content {
    line-height: 28px;
    font-size: 14px;
    color: #9a9a9a;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.container-two .card-detail {
    height: calc(100% - 60px);
    padding: 30px;
    border-radius: 10px;
    color: #ffffff;
    position: relative;
}

.container-two .card-detail .title {
    font-weight: 600;
    font-size: 20px;
}

.container-two .card-detail .content {
    text-align: left;
    margin-top: 50px;
    line-height: 28px;
    font-size: 14px;
}

.container-two .btn {
    width: 138px;
    height: 42px;
    line-height: 42px;
    background: linear-gradient(90deg, #ffd172, #ffb74a);
    border-radius: 21px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    cursor: pointer;
    color: #FFFFFF;
}
/* container-two end */

/* container-three start */
.container-three {
    padding: 100px 0 140px;
    height: 600px;
}

.container-three .cards {
    display: flex;
    justify-content: space-around;
    margin-top: 90px;
    min-height: 380px;
}

.container-three .card {
    width: 270px;
    padding: 30px;
    margin: 0 20px;
    position: relative;
}

.container-three .card.active {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0px rgba(47, 105, 242, 0.16);
}

.container-three .active .bottom-line {
    height: 10px;
    /* background: linear-gradient(135deg, #ffbbf1, #ba94ff); */
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
}

.container-three .bottom-line1 {
    background: linear-gradient(135deg, #ffbbf1, #ba94ff);
}

.container-three .bottom-line2 {
    background: linear-gradient(135deg, #f5d761, #ffbe8d);
}

.container-three .bottom-line3 {
    background: linear-gradient(135deg, #b2f6a9, #8dbeff);
}

.container-three .bottom-line4 {
    background: linear-gradient(135deg, #c0a1ff, #8dbbff);
}

.container-three .logo {
    width: 98px;
    height: 98px;
}

.container-three .label {
    color: #2a71ff;
    font-size: 20px;  
    margin-top: 17px;
}

.container-three .content {
    margin-top: 30px;
    line-height: 28px;
    color: #9A9A9A;
    font-size: 14px;
}
.container-three .old-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* container-three end */

/* container-four start */
.container-four {
    background-image: url(../images/index/bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 120px;
}

.container-four .harvest {
    height: 138px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0px rgba(47, 105, 242, 0.16);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 31px 80px;
    font-size: 14px;
    color: #848484;
    margin-top: 64px;
}

.container-four .harvest .each {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.container-four .harvest .number {
    color: #3a3939;
    font-size: 30px;
}
/* container-four end */

/* part-bottom start */
.part-bottom {
    background-image: url(../images/index/bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 120px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    line-height: 48px;
}

.part-bottom .line-two {
    margin: 50px 0;
}

.part-bottom .yituike {
    position: relative;
}

.part-bottom .yituike::before {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    left: -80px;
    top: 20px;
}

.part-bottom .yituike::after {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    right: -80px;
    top: 20px;
}
/* part-bottom end */
